home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / h.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  200 b   |  8 lines

  1. on exitFrame
  2.   global gPuppetlines
  3.   repeat with OBJref in getaProp(gPuppetlines, #OBJects)
  4.     set Snum to getaProp(getaProp(gObjects, OBJref), #SpriteNum)
  5.     puppetSprite(Snum, 0)
  6.   end repeat
  7. end
  8.